type encoding/asn1.bitStringEncoder

4 uses

	encoding/asn1 (current package)
		marshal.go#L273: type bitStringEncoder BitString
		marshal.go#L275: func (b bitStringEncoder) Len() int {
		marshal.go#L279: func (b bitStringEncoder) Encode(dst []byte) {
		marshal.go#L470: 		return bitStringEncoder(v), nil